Param1Desc{Handle of a menu}CommandName{setMenuItemEnabled}HelpPath{Menus}ReturnValue{}OpenBrace{ }Parameters{handle menu, int item, bool enabled}CloseBrace{}Description{Enables or disables a menu item.  When a menu item is disabled it appears grey and the user cannot select it.}ReturnDescription{}Param1{menu}Param2{item}Param2Desc{Number specifying the item you want to change.  This is the number you assigned to the item with the addMenuItem command.}Param3{enabled}Param3Desc{0 to disable the item, 1 to enable it.}Param4{ }